home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Games 1995 June / CD-ROM Games Demo CD Disc 6.iso / menus / c / 5.bat < prev    next >
Encoding:
DOS Batch File  |  1995-08-14  |  384 b   |  24 lines

  1. @echo off
  2.  
  3. cls
  4. echo.
  5. echo.
  6. echo                             Fatal Racing
  7. echo                        _______________________
  8. echo.
  9. echo             This Will run directly from the CDROM and will not 
  10. echo             require any installation. Press [Cntrl C] if you wish
  11. echo             to exit.
  12. echo.
  13. echo.
  14. pause
  15.  
  16. cd \
  17. cd fatal
  18. fatal
  19. cd \
  20. cd menus
  21. mainmenu
  22.  
  23.  
  24.